baubs git
Commit 0a7e0e652d9607eebecbe12946dab43ecb7c4bee
Parents : f05aa8d
Author : Jan-Henrik Bruhn <hi@jhbruhn.de>
Date : 2025-12-07T23:20:36+01:00
Shell bash
Changes
Diff
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c15af91..9f513f3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -57,6 +57,7 @@ jobs:
- name: Upload Windows assets
if: matrix.os == 'windows-latest'
+ shell: bash
run: |
for file in out/make/squirrel.windows/x64/*; do
gh release upload ${{ needs.draft-release.outputs.tag-name }} "$file" --clobber
Served by rngit 1.3.3 - Generated in 0.03s